home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Codigos_Prontos / CSS / Texto / Vertical centering with line-height.txt < prev   
Text File  |  2008-08-19  |  98b  |  13 lines

  1.  
  2. div{
  3. height:100px;
  4. }
  5. div *{
  6. margin:0;
  7. }
  8. div p{
  9. line-height:100px;
  10. }
  11.  
  12. Content here
  13.